/*通用*/
ul,li,a,em,i{
    list-style: none;
    margin:0;
    padding:0;
}

*{
    /*font:12px/1.5 Microsoft YaHei, \5b8b\4f53, tahoma, arial, sans-serif;*/
    font:14px/1.5 'Hiragino Sans GB', 'Open Sans', Arial, 'Microsoft YaHei', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;'Hiragino Sans GB', 'Open Sans', Arial, 'Microsoft YaHei', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;
}

a,a:hover,a:link{
    text-decoration: none;
}

body{
    /*min-width:1000px;*/
    overflow-x:hidden;
}

.myCarousel {
    height:550px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
    /*width:100%;*/
    /*min-height: 550px;*/
}

.carousel-inner .item .hidden-xs{
    height:550px;width:100%;
}

.clear{
    clear:both;
}
/*首页 header*/
.header-bg{
    background:#144C97;
    height:45px;
    width:100%;
    color:#fff;
    overflow:hidden;
}

.container{
    /*width:1200px;*/
    margin:0 auto;
    padding-left:0;
    padding-right:0;
}

.header_btn a{
    display:inline-block;
    line-height:40px;
    color:#626262;
}

.header_btn a:hover{
    color:#d00505;
}

.navs{
    /*overflow:hidden;*/
}

.container.logo-container{
    position:relative;
}

.container.logo-container .navs-icon{
    position:absolute;
    left:0;
    top:0;
    background:#1B3F9B;
    width:80px;
    height:95px;
    z-index:9;
}

.container.logo-container .navs-icon img{
    margin-left:10px;
    margin-top:16px;
}

.navs .logo{
    float:left;
    /*margin-left:11%;*/
    height:80px;
    line-height:80px;
}

.navs .nav{
    float:right;
    width:100%;
}

.navs .nav li{
    /*height:90px;*/
}

.navs .nav li>a{
    font-size:14px;
    color:#fff;
    font-weight: normal;
    height:32px;
    line-height:32px;
    border-radius:0;
    padding:0;
    margin:0;
    /*width:60px;*/
}

.navs .nav li>a:hover{
    border-bottom:6px solid #fff;
    color:#fff;
;
    background:none;
}

.navs .nav li.nav-active a{
    /*border-bottom:6px solid #fff;*/
}

.navs .nav li.nav-active a{
    /*color:#1B3F9B;*/
}

.navbar-toggle{
    background:#1B3F9B;
    margin-top:22px !important;
    /*margin-right: 10px !important;*/
}

.icon-bar{
    background:white;
}
/*index-banner*/
.carousel-indicators{
    bottom:0;
}

.carousel-indicators li{
    width:34px;
    height:5px;
    background:rgba(255,255,255,.9);
    opacity:.7;
    border-radius:0;
    border:none;
}

.carousel-indicators .active{
    width:34px;
    height:5px;
    background:rgba(11,55,152,1);
    opacity:.7;
    border-radius:0;
    border:none;
    margin:1px;
}

.carousel-caption.banner1{
    background:rgba(0,0,0,.3);
    color:white;
    padding:10px;
    border-left:12px solid #fe9a3c;
    z-index:10;
    text-align:left;
    max-width:350px;
    margin-bottom:260px;
    left:30%;
}

.carousel-caption span{
    color:white;
    display:block;
    overflow:hidden;
}

.carousel-caption.banner2 {
    color: white;
    padding: 10px;
    z-index: 10;
    text-align: left;
    margin-bottom: 100px;
    left: 50%;
}

.carousel-caption.banner3 {
    color: white;
    padding: 10px;
    z-index: 10;
    text-align: left;
    margin-bottom:200px;
    left:25%;
}

.search{
    display:none;
}
.search input{
    position:absolute;
    right:24px;
    top:0;
    border:1px solid #ccc;
    font-size:13px;
    height:24px;
    line-height:24px;
    padding-left:3px;
    border-radius:3px;
    width:130px;
    color:#666;
    background:#fff;
    z-index: 99999;
}
.search input:focus{
    outline: none;
}
.search a{
    background:url("../images/search.png") no-repeat;
    width:24px;
    height:24px;
    background-size:100%;
    float:right;
    display:block;
}
.navbar a{
    display:block;
    color:#fff;
    line-height:46px;
    height:46px;
    overflow:hidden;
    text-align: center;
    padding: 0 5px 0 5px;
    border:none;
}
.navbar{
    width:100%;
    position:absolute;
    left:0;
    top:100px;
    background:#333;
    opacity:.9;
    color:#fff;
}

.navs .nav li .navbar a:hover{
    background:#111;
}

.navs .nav li .navbar a{
    color:#fff;
}

.navs,.navs .nav li,.navs .nav li .navbar,.nav{
    z-index: 2;
}
.carousel-inner,#myCarousel{
    z-index:1;
}

/*分页*/
.pageNavi {
    padding: 10px 0 25px 0;
    margin: 10px auto 0;
    width: 100%;
    text-align: center;
    color:#6f6f6f;
}

.pageNavi li{display:inline-block}

.pageNavi li a{
    display:inline-block;
    color:#6f6f6f;
}
.pageNavi li strong{
    font-weight:bold;
}

.pageNavi li a:hover{
    color:#DB0000;
}

.met_page{
    overflow:hidden;
    color:#666;
    margin: 50px 10% 0 0;
    width:100%;
}

.met_page a,.met_page i{
    color:#666;
    display:inline-block;
    height:22px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.met_page a:hover{
    color:#DB0000;
}

/*add 12.26鲍*/
.header-bg em,.header-bg span,.header-bg a{
    font-size:12px;
    line-height:45px;
    display:inline-block;
    color:#fff;
}
.navs{
    background:#fff;
}
.navs .nav .nav-pills{
    position:absolute;
    right:15px;
    top:30px;
}
.navbar-collapse{
    position:relative;
}
.container>.navbar-collapse{
    margin-right: 15px;
    background: #1B3F9B;
    opacity: .8;
    position: absolute;
    right: -15px;
    top: 102px;
    z-index: 999;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom:5px;
}
.carousel-inner>.item>img{
    min-height:150px;
}


/*index-body*/
.pro-link a{
    display:inline-block;
    border-radius:5px;
    height:45px;
    line-height:45px;
    text-align: center;
    width:72px;
    overflow: hidden;
    border:1px solid #fff;
    color:#d0d6db;
    margin-top:17px;
    margin-left:5px;
    font-size:12px;
}
.advert{
    background:#5C768A;
    height:80px;
    color:#d0d6db;
    padding-left:15px;
    padding-right:15px;
}

.advert span{
    display:block;
    line-height:20px;
    height:60px;
    overflow:hidden;
    font-size:13px;
    margin-top:10px;
}
.pro-link a.more-pro{
    background:#DD0000;
    color:#fff;
    border:1px solid #DD0000;
}
.pro-link a:hover{
    background:#DD0000;
    color:#fff;
    border:1px solid #DD0000;
}
.pro-link a.more-pro:hover{
    border:1px solid #fff;
    color:#d0d6db;
    background:none;
}
.pro-link{padding-left:0;padding-right:0;}

/*index-about*/
.index-about{
    padding-left:15px;
    padding-right:15px;
}
.index-about-t{
    overflow:hidden;
    margin-top:0px;
}

.index-about-t span{
    color:#444444;
    font-weight:bold;
    font-size:17px;
    display:inline-block;
    background:url(../images/linew.jpg) no-repeat 15px bottom;
    line-height:60px;

}

.index-about-t em{
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    margin-top:10px;
    display:block;
}

.index-about-t a{
    border: #001e62 1px solid;
    padding: 5px 15px;
    color: #001e62;
    border-radius: 5px;
    margin-top: 13px;
    display: block;
    float: left;
    margin-left: 15px;
}

/**/
.index-about ul{
    margin-top:20px;
}
.index-about ul li img{
    display:block;
    width:100%;
    height:220px;
}
.index-about ul li span{
    color:#333333;
    font-weight:bold;
    line-height:20px;
    text-align: left;
    height:20px;
    width:100%;
    overflow:hidden;
    margin-top:10px;
    margin-bottom:5px;
    display:block;
}
.index-about ul li p{
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    margin-bottom:5px;
}

.index-about ul li a{
    border-bottom: #ccc 1px solid;
    padding: 5px 0;
    font-weight: normal;
    font-size: 12px;
    color:#adadad;
    display:inline-block;
    margin-bottom:10px;
}
.index-about ul li a:hover{
    color:#DD0000;
    border-bottom:1px solid #DD0000;
}
.index-about-t a:hover{
    color:#fff;
    background:#DD0000;
    border:1px solid #DD0000;
}

/**/
.index-about{
    padding-bottom:20px;
}

.index-about ul li img{
    display:block;
    width:100%;
    height:220px;
}
.index-about ul li span{
    color:#333333;
    font-weight:bold;
    line-height:20px;
    text-align: left;
    height:20px;
    width:100%;
    overflow:hidden;
    margin-top:20px;
    margin-bottom:10px;
    display:block;
}
.index-about ul li p{
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}

.index-about ul li a{
    border-bottom: #ccc 1px solid;
    padding: 5px 0;
    font-weight: normal;
    font-size: 12px;
    color:#adadad;
}
.index-about ul li a:hover{
    color:#DD0000;
    border-bottom:1px solid #DD0000;
}
.index-about-t a:hover{
    color:#fff;
    background:#DD0000;
    border:1px solid #DD0000;
}

/*index-product*/
.index-product{
    background: url(../images/swe.jpg) no-repeat center top;
    background-attachment: fixed;
    padding-bottom:30px;
}

.index-proT span{
    font-size:17px;
    font-weight:bold;
    color:#fff;
    background:url(../images/linew.jpg) no-repeat 15px bottom;
    display:block;
    line-height:40px;
    height:40px;
}

.index-proNav a{
    font-size: 12px;
    color: #dce3e1;
    display: inline-block;
    line-height: 20px;
    font-weight: bold;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
}

.index-proT{
    margin-top:20px;
    padding-left: 15px;
    padding-right: 15px;
}

.index-proNav{
    color: #00C3E6;
    opacity: .9;
    /* border-bottom: #587771 1px solid; */
    /* border-top: #587771 1px solid; */
    /* width: 460px; */
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}

.index-proNav a.current-proNav{
    color:#00C3E6;
    /*border-top:1px solid #00C3E6;*/
    /*border-bottom:1px solid #00C3E6;*/
}

.index-product ul li{
    background:#FFFFFF url(../images/sebg.jpg) no-repeat right top;
    padding:15px 15px;
}

.index-product ul li span{
    font-size: 13px;
    color: #666666;
    display:block;
    height:20px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-product ul li span strong{
    color:#001e62;
}
.index-product ul li em{
    font-size: 13px;
    color: #666666;
    display:block;
    margin-top:5px;
    height:20px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-product ul li a{
    display:block;
    color:#666666;
    font-size:12px;
    width:80%;
    margin:0 auto;
    margin-top:15px;
    margin-bottom:15px;
    height:36px;
    overflow:hidden;
}

.index-product ul li img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.index-product ul{
    overflow:hidden;
    margin-top:20px;
    padding:0 15px;
}
.index-product ul li:hover a{
    color:#DD0000;
    text-decoration: underline;
}

.index-nt span{
    color: #444444;
    font-weight: bold;
    font-size: 17px;
    display: inline-block;
    background: url(../images/linew.jpg) no-repeat 0 bottom;
    line-height: 40px;
    float:left;
}

.index-nt a{
    float:right;
    color:#666;
    /*height:22px;*/
    line-height:40px;
    font-size:12px;
}

.index-nt a i{
    color:#fff;
    background:#00c3e6;
    padding: 3px 7px;
}
.index-nt a:hover{
    color:#DD0000;
}
.index-nt a:hover i{
    background:#DD0000;
}
.index-nt{
    overflow: hidden;
    margin-bottom: 10px;
    margin-top:10px;
}

.index-news img{
    max-width:100%;
    display:block;
    margin-top:10px;
}

.index-news{
    background:#EDF6F7;
    padding:0 15px;
}

.index-newsBox span{
    font-weight:bold;
    color:#333;
    height:16px;
    overflow: hidden;
    margin-top:15px;
    display:block;
}

.index-newsBox p{
    margin-top:10px;
    color:#666666;
    font-size:12px;
    overflow:hidden;
}
.index-newsBox div{
    line-height:20px;
    color:#00c3e6;
}
.index-newsBox i,.index-newsBox a{
    display:inline-block;
    color:#00c3e6;
    line-height:20px;
}

.index-newsBox a:hover{
    color:#DD0000;
}

.index-newsBox a{
    margin-left:15px;

}

.index-newsBox em{
    border-top:#CCC dotted 1px;
    display:none;
}

.index-news ul li a{
    color:#666;
    float:left;
    width:70%;
    height:20px;
    overflow:hidden;
    font-size:12px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-news ul li span{
    color:#666;
    float:right;
    width:30%;
    height:20px;
    overflow:hidden;
    font-size:12px;
}

.index-news ul li{
    overflow:hidden;
    margin-top:8px;
    margin-bottom:8px;
    border-bottom:1px dashed #999;
}

.index-news ul{
    /*margin-top:20px;*/
}

.index-news ul li:hover a,.index-news ul li:hover span{
    color:#DD0000;
}

/*index-equipment*/
.index-equipment{
    background: url(../images/be.jpg) no-repeat center top;
    padding-top:30px;
    padding-bottom:30px;
}
.index-equipment span{
    display:block;
    text-align: center;
    color:#fff;
    font-size:20px;
    line-height:30px;
    /*padding-bottom:10px;*/
    font-weight:bold;
}

.index-equipment i{
    border-top:5px solid #00c3e6;
    width:12px;
    display:block;
    margin:0 auto;
    margin-top:10px;
    margin-bottom:10px;
}

.index-equipment p{
    color:#fff;
    width:80%;
    margin:0 auto;
    margin-top:15px;
    margin-bottom:15px;
    text-align: center;
}

.index-equipment a{
    background: #00c3e6;
    display:block;
    width:120px;
    height:38px;
    line-height:38px;
    font-size:12px;
    margin:0 auto;
    border-radius:6px;
    text-align: center;
    color:#fff;
    margin-top:20px;
}

.index-equipment a:hover{
    background: #DD0000;
}

/*foot*/
.foot{
    background:#001E62;
    padding:15px;
}

.foot-nav a{
    display:inline-block;
    color:#fff;
    margin-right:10px;
    font-size:12px;
    line-height:24px;
}

.foot .row{
    margin-top:10px;
}

.foot-l span{
    color:#fff;
    display:block;
    font-size:12px;
}

.foot-l a{
    display:inline-block;
    margin-left:10px;
    color:#fff;
    font-size:12px;
}

.foot-l a:first-child{
    margin-left:0;
}

.foot-l div{
    margin-top:15px;
}

.foot-l img{
    display:block;
    margin:0 auto;
    margin-top:10px;
    margin-bottom:5px;
}

.foot-c em{
    color:#fff;
    font-size:12px;
}

.foot-c span{
    display:block;
    color:#fff;
    font-size:12px;
    padding-left:20px;
    line-height:20px;
}

.foot-c span:hover{
    color:#DD0000;
}

.foot-c div{
    margin-top:15px;
}

.foot-c span.address{
    background:url("../images/add.png") no-repeat left 3px;
}
.foot-c span.email{
    background:url("../images/ema.png") no-repeat left 3px;
}
.foot-c span.tel{
    background:url("../images/tel.png") no-repeat left 3px;
}
.foot-c span.person{
    background:url("../images/gew.png") no-repeat left 3px;
}
.foot-c span.online{
    background:url("../images/glob.png") no-repeat left 3px;
}

.foot-r span{
    color:#fff;
    display:block;
    text-align: left;
    margin-top:15px;
}
.search_foot{overflow:hidden}
.search_foot input{
    width:70%;
    height:40px;
    line-height:40px;
    padding-left:10px;
    border:none;
    font-size:13px;
    border-radius: 0;
    margin-top:-1px;
    float:left;
}

.search_foot input:focus{
    outline: none;
}
.search_foot a{
    display:inline-block;
    line-height:40px;
    height:39px;
    width:70px;
    background:#00c3e6;
    color: #001e62;
    text-align: center;

    float:left;
}
.search_foot a:hover{
    background:#DD0000;
    color:#fff;
}
.search_foot{
    text-align: left;
    margin-top:10px;
}

.foot-r .bei{
    color:#fff;
    display:block;
    text-align: center;
    font-size:12px;
    width:90%;
    margin:0 auto;
    margin-top:15px;
}

.foot-r .bei:hover{
    color:#DD0000;
}

.foot-r i{
    display:block;
    border-top:1px solid #fff;
    text-align: right;
    margin-top:15px;
}

.foot-nav a:hover,.foot-l a:hover{
    color:#DD0000;
}
/*copyright*/
.copyright{
    background:#000;
    overflow:hidden;
    padding:15px;
}

.copyright span{
    display:block;
    font-size:12px;
    color:#fff;
    line-height:20px;
    float:left;
    width:100%;
}

.copyright a{
    float:left;
    display:block;
}

.header-bg span{
    text-align: center;
    display:block;
}

/**/
@media screen  and (max-width: 1000px) {
    .navs .nav{
        width:100%;
    }

    .navs .logo img{
        display:inline-block;
        width:100%;
        max-width:230px;
    }
    .logo{
        /*width:80%;*/
        padding-left:15px;
    }

}

.friendLink a{
    padding:0 10px 0 8px;
    color:#333;
    line-height:16px;
    height:16px;
    display:inline-block;
    border-right:1px solid #666666;
}
.friendLink{
    padding:15px;
}
.friendLink a:hover{
    color:#c20313;
}
/* Scroll Top
-------------------------------------------------------------- */
#scroll-top { color:#fff;font-size:20px;position: fixed !important; right: 25px; bottom: -50px; display: block; line-height: 38px; text-align: center; width: 40px; height: 40px; visibility: hidden; opacity: 0; z-index: 9999; cursor: pointer; overflow: hidden; }
/*#scroll-top:after { content: "\f106"; font-family: "FontAwesome"; color: #fff; font-size: 20px; position: absolute; left: 0; top: 0; width: 100%; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }*/
#scroll-top:before { border-radius: 3px; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #c20313; z-index: -1; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
#scroll-top:hover:before { background-color: #585252; }
#scroll-top:hover:after { color: #fff; }
#scroll-top.show { bottom: 18px; filter: alpha(opacity=100); opacity: 1; visibility: visible; }

/*内页 12.28 鲍*/
.product-box{
    overflow:hidden;
    padding:15px;
}

.list-left ul li{
    display: block;
    /*margin-bottom: 5px;*/
}
.list-left ul{
    display: block;
    /*max-width: 230px;*/
}

.list-left ul>li>a{
    color:#131F47;
    line-height: 30px;
    width: 100%;
    height: 100%;
    text-align: left;
    padding-left:30px;
    display: block;
    font-size: 15px;
    font-weight:bold;

}

.list-left ul>li.current-proNav a,.list-left ul>li>a:hover{
    background:#101A3C;
    color:#fff;
}

.list-left ul li .list-third a{
    color:#131F47;
    line-height: 30px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    font-size: 14px;
    /*padding-left:30px;*/
    /*overflow:hidden;*/
}

.list-left ul li .list-third a:hover{
    background:#101A3C;
    color:#fff;
}

.list-right{
    /*border-left:1px dashed #B6B6B6;*/
    /*padding-left:30px;*/
    /*min-height:300px;*/
    /*padding-bottom:30px;*/
    max-width:900px;
    width:100%;
    padding-left: 15px;
    padding-right: 15px;
}

.list-right ul li a{
    display:block;
}
.list-right ul li a span{
    display:block;
    text-align: center;
    height:36px;
    line-height:36px;
    color:#6b7ca2;
	background:#ccc;
}
.list-right ul li a img{
    display:block;
    margin:auto;
    height:160px;
	width:100%;
}
.list-right ul li{
    float:left;
    /*margin-left:30px;*/
    margin-top:15px;
    /*max-width:240px;*/
    border:1px solid #e1e1e1;
    width:100%;
    padding:0;
}
.list-right ul li:hover span{
    color:#c20313;
    background:#6b7ca2;
}
.list-right ul li:hover{
    border:1px solid #6b7ca2;
}
.list-left{
    width:100%;
}
.list-right ul{
    overflow:hidden;
}
/*分页*/
.pageNavi {
    padding: 30px 0 25px 0;
    margin: 10px auto 0;
    width: 100%;
    text-align: center;
    color:#6f6f6f;
}

.pageNavi li{display:inline-block}

.pageNavi li a{
    display:inline-block;
    color:#6f6f6f;
}
.pageNavi li strong{
    font-weight:bold;
}

.pageNavi li a:hover{
    color:#DB0000;
}
.met_page a,.met_page i{
    color:#666;
    display:block;
    float:left;
    height:22px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.met_page a:hover{
    color:#DB0000;
}

.met_page .pageleft{
   
    width:100%;
    height:22px;
    overflow:hidden;
}

.met_page .pageright{
  
    overflow:hidden;
    height:22px;
    max-width:100%;
}
.met_page a{
   width:76%;
   display:block;
}

.met_page{
    overflow:hidden;
    width:100%;
    margin:0 auto;
    margin-top:10px;
}

.pro-detail p{
    font-size: 13px;
    color: #646464;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
}
.pro-detail h1{
    font-size:1.8em;
    text-align: center;
}
.pro-detail img{
    display:block;
    width:100%;
    margin:auto;
    margin-top:15px;
    margin-bottom:15px;
}

.news-list{
    overflow:hidden;
    border: 1px dashed #B6B6B6;
    padding-left: 10px;
    padding-right:10px;
    padding-bottom: 10px;
    /*max-width: 900px;*/
    width: 100%;
    margin-top:10px;
}
.news-l-t a{
    display:block;
    float:left;
    width:76%;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height:26px;
    line-height:26px;
    color:#6b7ca2;
}
.news-l-t span{
    display:block;
    float:right;
    overflow:hidden;
    height:26px;
    line-height:26px;
    font-size:12px;
}
.news-l-t{
    overflow:hidden;
    margin-bottom:5px;
}

.news-list ul li p{
    line-height:24px;
    max-height:44px;
    overflow:hidden;
}

.news-list ul li span{
    color:#646464;
}
.news-list ul li{
    border-bottom:1px dashed #646464;
    margin-top:10px;
    padding-bottom:15px;
}

.news-list ul li p{
    color:#646464;
    margin-bottom:0;
}

.news-list ul li:hover a{
    color:#DB0000;
}
.news-list ul li:hover p,.news-list ul li:hover span{
    color:#6b7ca2;
}

.news-d h1{
    font-size:1.2em;
    font-weight:bold;
    line-height:20px;
    text-align: center;
}

.news-t span,.news-t em,.news-t i{
    display:inline-block;
    color:#666;
    font-size:12px;
}
.news-d p{
    color:#666;
}
.news-t i,.news-t em{
    margin-left:5px;
}
.news-t em{
    display:none;
}
.news-t{
    width:200px;
    margin:0 auto;
}
.news-line{
    border-top:1px solid #D3D3D3;
    margin-top:5px;
    margin-bottom:15px;
}

.tparrows.custom :hover {
    background-color: rgba(0, 0, 0, 0) !important;
}

.location h2{
    height: 60px;
    width: 100%;
    font-size: 24px;
    color: #2d2c2c;
    font-weight:bold;
    line-height:60px;
    margin-bottom:0;
    margin-top:0;
}
.location{
    padding-left:15px;
    padding-right:15px;
}
.usual-right a{
    display:inline-block;
    line-height:20px;
    color:#6b7ca2;
}
.usual-right{
    line-height:20px;
}
.usual-right a:hover,.usual-right a:last-child{
    color:#c20313;
}

.pagination{width:100%;padding-bottom:10px;}
.pagination ul>li>a,.pagination ul #lastspan{color:#000;}
.pagination ul>li>a:hover,.pagination ul #lastspan:hover{color:#c20313}

/*contact*/
.contact strong{
    color:#0f47a8;
}
.contact span{
    display:inline-block;
    color:#6f6f6f;
}

#sitemap{
    width:100%;
    height:200px;
    margin-top:20px;
    margin-bottom:20px;
}

. BMapLabel{
    display:block !important;
}
#sitemap label{max-width:none;!important;}
.met_page a{width:76% !important;}